home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-in_the_mag-
/
reader_requests
/
dice_v3.15
/
lib
/
amigalib
/
beginio.a
< prev
next >
Wrap
Text File
|
1999-01-26
|
264b
|
23 lines
; BeginIO(ior)
section text,code
xdef _hyper_BeginIO
xdef _BeginIO
xdef @BeginIO
_hyper_BeginIO:
_BeginIO:
move.l 4(sp),A0
@BeginIO:
move.l A6,-(sp)
move.l A0,A1
move.l $14(A0),A6 ; io_Device
jsr -30(A6)
move.l (sp)+,A6
rts
END